Where Is the "your_callback_uri" for oneall
Design and Skin Customization
Yeah, that is coming from oneall... you may need to contact oneall on how to modify those buttons. I'm not seeing any instructions on their site either.
{if $item.profile_id == '1'}
<a href="{$jamroom_url}/news_story/{$item._item_id}/{$item.blog_title_url}#comments"><span class="capital">{jrCore_lang module="jrBlog" id="27" default="comments"}</span>: {$item.blog_comment_count|default:0}</a>
{else}
<a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.blog_title_url}#comments"><span class="capital">{jrCore_lang module="jrBlog" id="27" default="comments"}</span>: {$item.blog_comment_count|default:0}</a>
{/if}